Class CableSignalingImpl

All Implemented Interfaces:
IPCObject, CableSignaling, Process

public class CableSignalingImpl extends ProcessImpl implements CableSignaling
Information provided by the PKI file:

    \class CableSignaling
    
    \brief CableSignaling handles and manipulates the PPP encapsulation process.
    
    \example network().getDevice("Router0").getProcess("CableSignaling")
    
Author:
Auto-generated
  • Constructor Details

  • Method Details

    • getPacketCnt

      public int getPacketCnt()
      Information provided by the PKI file:
      
          \brief Returns how many packets have been evaluated.
          
          \return int, value is how many packets have been evaluated.
          
              
      Specified by:
      getPacketCnt in interface CableSignaling
      Returns:
      int Returns a int
    • getUserTrafficAt

      public UserTraffic getUserTrafficAt(int index)
      Information provided by the PKI file:
      
          \brief Returns the user traffic at the supplied index.
          
          \param index, index to get the user traffic at.
          
          \return UserTrafic, value is the user traffic at the supplied index.
          
              
      Specified by:
      getUserTrafficAt in interface CableSignaling
      Parameters:
      index - Takes in a parameter of index
      Returns:
      UserTraffic Returns a UserTraffic